Enter a type and click search.




Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-theme/etc/di.xml

<virtualType name="Magento\Theme\Model\ResourceModel\Design\Config\Grid\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            design_config_grid_flat
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\Theme\Model\ResourceModel\Design\Config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\Theme\Model\ResourceModel\Design\Config\Grid\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Magento\Theme\Model\ResourceModel\Design\Config\Grid\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "design_config_grid_flat";
  • $resourceModel = "Magento\Theme\Model\ResourceModel\Design\Config";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-media-gallery-ui/etc/di.xml

<virtualType name="mediaGallerySearchResult"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            media_gallery_asset_grid
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\MediaGalleryUi\Model\ResourceModel\Grid\Asset
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual mediaGallerySearchResult object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a mediaGallerySearchResult object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "media_gallery_asset_grid";
  • $resourceModel = "Magento\MediaGalleryUi\Model\ResourceModel\Grid\Asset";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-search/etc/di.xml

<virtualType name="Magento\Search\Model\ResourceModel\Synonyms\Grid\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="name" xsi:type="string">
            search_synonyms_grid_data_source
        </argument>
        <argument name="primaryFieldName" xsi:type="string">
            group_id
        </argument>
        <argument name="requestFieldName" xsi:type="string">
            id
        </argument>
        <argument name="mainTable" xsi:type="string">
            search_synonyms
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\Search\Model\ResourceModel\SynonymGroup
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\Search\Model\ResourceModel\Synonyms\Grid\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Magento\Search\Model\ResourceModel\Synonyms\Grid\Collection object that the following arguments should be used in the foo object's constructor.

  • $name = "search_synonyms_grid_data_source";
  • $primaryFieldName = "group_id";
  • $requestFieldName = "id";
  • $mainTable = "search_synonyms";
  • $resourceModel = "Magento\Search\Model\ResourceModel\SynonymGroup";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-sales/etc/di.xml

<virtualType name="Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            sales_invoice_grid
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\Sales\Model\ResourceModel\Order\Invoice
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "sales_invoice_grid";
  • $resourceModel = "Magento\Sales\Model\ResourceModel\Order\Invoice";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-catalog-rule/etc/di.xml

<virtualType name="catalogRuleSearchResult"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            catalogrule
        </argument>
        <argument name="resourceModel" xsi:type="string">
            \Magento\CatalogRule\Model\ResourceModel\Rule
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual catalogRuleSearchResult object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a catalogRuleSearchResult object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "catalogrule";
  • $resourceModel = "\Magento\CatalogRule\Model\ResourceModel\Rule";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/magento/module-url-rewrite/etc/di.xml

<virtualType name="Magento\UrlRewrite\Ui\Component\UrlRewrite\DataProvider\SearchResult"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            url_rewrite
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\UrlRewrite\Model\ResourceModel\UrlRewrite
        </argument>
        <argument name="identifierName" xsi:type="string">
            url_rewrite_id
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\UrlRewrite\Ui\Component\UrlRewrite\DataProvider\SearchResult object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Magento\UrlRewrite\Ui\Component\UrlRewrite\DataProvider\SearchResult object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "url_rewrite";
  • $resourceModel = "Magento\UrlRewrite\Model\ResourceModel\UrlRewrite";
  • $identifierName = "url_rewrite_id";
Results for Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Magento\Cron\Ui\Model\ResourceModel\Schedule\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            cron_schedule
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Magento\Cron\Model\ResourceModel\Schedule
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\Cron\Ui\Model\ResourceModel\Schedule\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Magento\Cron\Ui\Model\ResourceModel\Schedule\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "cron_schedule";
  • $resourceModel = "Magento\Cron\Model\ResourceModel\Schedule";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Importer\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_importer
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Importer
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Importer\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Importer\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_importer";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Importer";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Rules\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_rules
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Rules
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Rules\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Rules\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_rules";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Rules";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Automation\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_automation
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Automation
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Automation\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Automation\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_automation";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Automation";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Campaign\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_campaign
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Campaign
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Campaign\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Campaign\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_campaign";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Campaign";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Contact\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_contact
        </argument>
        <argument name="resourceModel" xsi:type="string">
            \Dotdigitalgroup\Email\Model\ResourceModel\Contact
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Contact\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Contact\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_contact";
  • $resourceModel = "\Dotdigitalgroup\Email\Model\ResourceModel\Contact";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Catalog\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_catalog
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Catalog
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Catalog\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Catalog\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_catalog";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Catalog";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Order\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_order
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Order
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Order\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Order\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_order";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Order";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Review\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_review
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Review
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Review\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Review\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_review";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Review";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Wishlist\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_wishlist
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Wishlist
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Wishlist\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Wishlist\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_wishlist";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Wishlist";

File: vendor/dotmailer/dotmailer-magento2-extension/etc/adminhtml/di.xml

<virtualType name="Dotdigitalgroup\Email\Ui\Model\ResourceModel\Abandoned\Collection"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
    <arguments>
        <argument name="mainTable" xsi:type="string">
            email_abandoned_cart
        </argument>
        <argument name="resourceModel" xsi:type="string">
            Dotdigitalgroup\Email\Model\ResourceModel\Abandoned
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual Dotdigitalgroup\Email\Ui\Model\ResourceModel\Abandoned\Collection object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult object.

This configuration tells the Object Manager that when a user wants a Dotdigitalgroup\Email\Ui\Model\ResourceModel\Abandoned\Collection object that the following arguments should be used in the foo object's constructor.

  • $mainTable = "email_abandoned_cart";
  • $resourceModel = "Dotdigitalgroup\Email\Model\ResourceModel\Abandoned";